home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / HackAddict™ Magazine / HA 1-12 / HackAddict02.sit / HackAddict ƒ / HackAddict v2.0.rsrc / TEXT_132.txt < prev    next >
Text File  |  1997-05-02  |  1KB  |  50 lines

  1.          
  2.          UUCP Spoofing
  3.  
  4. This technique is used to fool UUCP on a UNIX (or similar) server.
  5.  
  6. 1.  Telnet to port 25 of your localhost. 
  7. 2.  Try very hard not to type "helo".
  8. 3.  Type: telnet
  9. 4.  At the "telnet>" prompt, type: open localhost port 25
  10. 5.  Type: rcpt to {address of fake mailee} (enter)
  11. 6.  Type: mail from {the fake address you want} (enter)
  12. 7.  Type: data (enter)
  13. 8.  If you are unfamiliar with UNIX, the first line in the message will be the subject line.
  14. 9.  Type in the message you want to send.
  15. 10.  When you want to send your message type "." on an empty line.
  16. 11.  Type "quit".
  17.  
  18. So the entire thing will look like this...
  19.  
  20. (All the crap about the server and login)
  21.  
  22. telnet
  23. telnet> open localhost port 25 /* "telnet>" is the prompt. */
  24. rcpt to vicepresident@whitehouse.gov  /* The mailees address */
  25. mail from president@whitehouse.gov /* The address you wish to spoof */
  26. data
  27.  
  28. Seasons Greetings                               /* Mail subject */
  29. Merry Christmas from everyone's friend... 
  30. Uncle Willy!                                   /*  Mail body   */
  31. .
  32. quit
  33.  
  34.  
  35. Remember, this is traceable by any Administrator on the system...Harrassment will get you in trouble.
  36.  
  37. If you can, telnet to the site where the mailee has his or her account.
  38.  
  39. This still works as far as I know...I use this on several different systems and I haven't had any trouble. 
  40.  
  41.  
  42. 4/22/97
  43.  
  44.  
  45. ********************
  46. *    THE WEASEL    *
  47. ****            ****
  48. * weasel@yatho.com *
  49. ********************
  50.